From: Jo-Philipp Wich Date: Mon, 21 Feb 2022 22:42:16 +0000 (+0100) Subject: luci-theme-bootstrap: fix display glitch with combo buttons in row actions X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=2dba71e4e84007c68a7d98aa398c13be1409e54a;p=project%2Fluci.git luci-theme-bootstrap: fix display glitch with combo buttons in row actions Fixes: #5693 Signed-off-by: Jo-Philipp Wich (cherry picked from commit edbde448b8fae99a5646951aef5f3717dc283c87) --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index c3b99ed5bd..c1d1c8f51a 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -2030,7 +2030,7 @@ table table td, display: flex; } -.td.cbi-section-actions > * > *, +.td.cbi-section-actions > :not(.cbi-dropdown) > *, .td.cbi-section-actions > * > form > * { flex: 1 1 4em; margin: 0 1px;